AssetFacetValue

data class AssetFacetValue(val value: String, val count: Int? = null)

One bucket of a facet distribution.

Constructors

Link copied to clipboard
constructor(value: String, count: Int? = null)

Properties

Link copied to clipboard
val count: Int? = null

Number of matched assets carrying this value. Always set by local asset sources; custom asset sources may omit it when counting is expensive.

Link copied to clipboard

Raw value exactly as stored on the assets (no casing or locale normalization).